home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
garfield.swf
/
scripts
/
DefineSprite_372_italy_helper
/
frame_40
/
DoAction.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
147 b
|
10 lines
if(!first_time)
{
this._x -= 94;
}
if(Math.abs(_parent.ball_mov._x - (this._x + 65)) < 53)
{
gotoAndStop("move_ball");
play();
}